ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / C1DataGrid Class / RemoveRows Method / RemoveRows(DataGridRow[]) Method
The rows to remove.

In This Topic
    RemoveRows(DataGridRow[]) Method
    In This Topic
    Removes a specified collection of rows.
    Syntax
    'Declaration
     
    
    Public Overloads Function RemoveRows( _
       ByVal removedRows() As DataGridRow _
    ) As Boolean
    public bool RemoveRows( 
       DataGridRow[] removedRows
    )

    Parameters

    removedRows
    The rows to remove.

    Return Value

    True, if the rows were removed
    See Also